﻿2026-06-23T09:36:43.7649021Z ##[group]Run actions/checkout@v5
2026-06-23T09:36:43.7649919Z with:
2026-06-23T09:36:43.7650468Z   fetch-depth: 0
2026-06-23T09:36:43.7650989Z   repository: SaberMage/spt-core
2026-06-23T09:36:43.7656266Z   token: ***
2026-06-23T09:36:43.7656857Z   ssh-strict: true
2026-06-23T09:36:43.7657382Z   ssh-user: git
2026-06-23T09:36:43.7657893Z   persist-credentials: true
2026-06-23T09:36:43.7658494Z   clean: true
2026-06-23T09:36:43.7659000Z   sparse-checkout-cone-mode: true
2026-06-23T09:36:43.7659775Z   fetch-tags: false
2026-06-23T09:36:43.7660356Z   show-progress: true
2026-06-23T09:36:43.7660877Z   lfs: false
2026-06-23T09:36:43.7661419Z   submodules: false
2026-06-23T09:36:43.7661914Z   set-safe-directory: true
2026-06-23T09:36:43.7662463Z ##[endgroup]
2026-06-23T09:36:43.9562108Z Syncing repository: SaberMage/spt-core
2026-06-23T09:36:43.9563374Z ##[group]Getting Git version info
2026-06-23T09:36:43.9563917Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-23T09:36:43.9781649Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-23T09:36:43.9984099Z git version 2.43.0.windows.1
2026-06-23T09:36:44.0009526Z ##[endgroup]
2026-06-23T09:36:44.0017574Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c7182e0a-c35d-47d1-8973-5f8f30b632d6\.gitconfig'
2026-06-23T09:36:44.0031779Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c7182e0a-c35d-47d1-8973-5f8f30b632d6' before making global git config changes
2026-06-23T09:36:44.0032793Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T09:36:44.0036568Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-23T09:36:44.0257158Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-23T09:36:44.0434286Z https://github.com/SaberMage/spt-core
2026-06-23T09:36:44.0461947Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T09:36:44.0466030Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T09:36:44.0658024Z refs/heads/main
2026-06-23T09:36:44.0687652Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-23T09:36:44.0989110Z HEAD is now at 5eea750e Merge pull request #32 from SaberMage/docs/v0140-coverage
2026-06-23T09:36:44.1626661Z ##[endgroup]
2026-06-23T09:36:44.1630171Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-23T09:36:44.5286754Z ##[group]Cleaning the repository
2026-06-23T09:36:44.5290683Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-23T09:36:47.3994344Z Removing target/
2026-06-23T09:36:47.4028703Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-23T09:36:47.4472743Z HEAD is now at 5eea750e Merge pull request #32 from SaberMage/docs/v0140-coverage
2026-06-23T09:36:47.4498674Z ##[endgroup]
2026-06-23T09:36:47.4502591Z ##[group]Disabling automatic garbage collection
2026-06-23T09:36:47.4507017Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-23T09:36:47.4738387Z ##[endgroup]
2026-06-23T09:36:47.4738777Z ##[group]Setting up auth
2026-06-23T09:36:47.4744591Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-23T09:36:47.4991064Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-23T09:36:47.8440534Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T09:36:47.8681862Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-23T09:36:48.2671118Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T09:36:48.2884751Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-23T09:36:48.6389035Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-23T09:36:48.6689686Z ##[endgroup]
2026-06-23T09:36:48.6690083Z ##[group]Fetching the repository
2026-06-23T09:36:48.6697616Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-23T09:36:49.4281046Z From https://github.com/SaberMage/spt-core
2026-06-23T09:36:49.4281545Z    5eea750e..6ba875eb  main       -> origin/main
2026-06-23T09:36:49.4405825Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-06-23T09:36:49.4626702Z   origin/main
2026-06-23T09:36:49.4651331Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-06-23T09:36:49.4836790Z 6ba875eb189bff289f336735cbf8138996cf6d7f
2026-06-23T09:36:49.4857347Z ##[endgroup]
2026-06-23T09:36:49.4857674Z ##[group]Determining the checkout info
2026-06-23T09:36:49.4857998Z ##[endgroup]
2026-06-23T09:36:49.4862389Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-23T09:36:49.5123942Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-23T09:36:49.5363550Z ##[group]Checking out the ref
2026-06-23T09:36:49.5368389Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-23T09:36:49.5878535Z branch 'main' set up to track 'origin/main'.
2026-06-23T09:36:49.5878851Z Your branch is up to date with 'origin/main'.
2026-06-23T09:36:49.5879198Z Previous HEAD position was 5eea750e Merge pull request #32 from SaberMage/docs/v0140-coverage
2026-06-23T09:36:49.5879607Z Switched to and reset branch 'main'
2026-06-23T09:36:49.5904347Z ##[endgroup]
2026-06-23T09:36:49.6146625Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-23T09:36:49.6355600Z 6ba875eb189bff289f336735cbf8138996cf6d7f
